home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gcc / ixemuldc.lha / ixemul / BUGS next >
Text File  |  1996-03-26  |  957b  |  18 lines

  1. This file documents bugs which have no obvious solution at the moment.
  2. If they did have an obvious solution, they would be in TODO instead.
  3.  
  4. ***    The date of a softlink is always Jan 1, 1970 and this is unlikely
  5.     to be fixed until a future version of AmigaDOS includes a efficient
  6.     function to obtain the date of the linked to file.
  7.  
  8. ***    The library uses the fib_DiskKey field from the FileInfoBlock
  9.     structure to fill the st_ino field of a stat structure. For most
  10.     'normal' file systems this works quite well as that field records
  11.     the position of the file on the (hard)disk and is therefore unique
  12.     for each file or directory. However, certain file systems such as
  13.     AFS make this a pointer to some internal structure, and that
  14.     pointer may be equal for different files. Because of this it you
  15.     cannot use the ixemul.library in combination with such file
  16.     systems. Many Unix programs use the st_ino field, and those
  17.     programs will no longer work reliably.
  18.